home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gframe, gbackframe, gfindflg
- puppetSound("click")
- cursor(4)
- indexsearchqt()
- if the result > 0 then
- setglobals(the result)
- setkanban()
- clearsprite()
- set gbackframe to "find"
- set gfindflg to 1
- if gframe = 8 then
- go("Disp8")
- else
- go("Disp12")
- end if
- end if
- cursor(0)
- end
-